gh-116738: Add free-threading tests for binascii#143234
gh-116738: Add free-threading tests for binascii#143234raven-dev-ops wants to merge 3 commits intopython:mainfrom
Conversation
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
bffc02c to
ce6d55a
Compare
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
This is the first time I have tried to contribute to an open-source project, just let me know what I am doing wrong, I am thankful for your time. |
Misc/NEWS.d/next/Tests/2025-12-27-20-13-12.gh-issue-116738.efglNB.rst
Outdated
Show resolved
Hide resolved
556e8a4 to
2f08189
Compare
There was a problem hiding this comment.
I added NEWS.d to pass the bot test, I saw the (skip-label), does mean I would have auto-passed without updating NEWS.d from the "bedevere-app"?
Edit: bedevere/news
bedevere/news — "skip news" label found (I will remove the NEWS since it did skip.)
Summary
binascii(Audit all built-in modules for thread safety #116738).binasciidoes not enable the GIL when running with-X gil=0.binasciioperations under-X gil=0.Motivation
Testing
./python -m test -j0 test_binascii./python -X gil=0 -m test -j0 test_binasciiIssue